January Rundeck Office Hours Topic: Creating Custom Plugins
January 13, 2022 at 10 am PT, Register today and pre-submit your questions: https://www.rundeck.com/rundeck-office-hours
Most of what Rundeck does is via one of it’s plugins. There are already over 100+ plugins to perform various services including executing commands on nodes, performing step in a workflow, or sending notification about job status. There may be instances where you need to write your own plugin to perform a specific step or action. In this session, will walk through the steps for writing our own plugin. Attend to learn:
- Review the structure of plugin
- How to use the structure and what information you need to include in other files to make your plugin work
- How to write a simple plugin example using java
- How to reply and use your plugin